home *** CD-ROM | disk | FTP | other *** search
- Path: news.goodnet.com!usenet
- From: ea51048@goodnet.com (Angelo B.)
- Newsgroups: comp.lang.c++
- Subject: Visual C++ and printf -- L2029 error
- Date: 9 Feb 1996 07:57:30 GMT
- Organization: Your Organization
- Message-ID: <4feupa$5l9@news1.goodnet.com>
- NNTP-Posting-Host: tuc-ts1-18.goodnet.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.7
-
- I know this is a dumb question, but whenever I attempt to execute anything
- other than a Quickwin app I get an error message on printf and scanf.
-
- The error reads "error L2029: '_printf' : unresolved external"
- "error L2029: '_scanf' : unresolved external"
-
- I am including <stdio.h> in my code and using the defaults for the compiler,
- linker, etc.
-
- I am sure there is a simple solution to this and I would appreciate it if some
- one can share it with me.
-
- Thanks
-
-